home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 051-075 / disk_073 / xplor / make < prev    next >
Text File  |  1992-05-06  |  361b  |  15 lines

  1. .           Assemble a file (.asm) in the root directory
  2. .           Leave the output file (.obj) in the root also.
  3. .key file
  4. .bra {
  5. .ket }
  6. copy ram:{file}.asm to df1:
  7. copy ram:macros.opt df1:
  8. assem ram:{file}.asm -o :{file}.o -c W200000 ;-l temp
  9. echo "done assembly."
  10. echo "Linking..."
  11. BLink ram:{file}.o library amiga.lib to {file} 
  12. copy ram:{file} to df1:
  13.  
  14.  
  15.